/* css Zen Garden submission 024 - 'Not So Minimal' by Daniel Rubin, http://www.superfluousbanter.org// */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2003,  Daniel Rubin */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */


/* global
----------------------------------------------- */
body {
background: #cccccc;
font-family: verdana, helvetica, arial, sans-serif;
margin: 0 20px 0 20px;
color: #333;
}


/* layout
----------------------------------------------- */
#container {
position: relative;

background: #fff url(../pics/oben1.gif) no-repeat top left;
margin: 0 auto -1px auto;
padding-top: 144px;
width: 710px;
border: 5px solid #3a2880;
/**border-bottom: 5px solid #09345f;**/
}

#pageHeader {
display: none;
}


	
#quickSummary {
width: 100%;
text-align: right;
}

#quickSummary p.p1 {
display: none;
}

#quickSummary p.p2 {
margin-top: 0;
text-align:right;
padding-right: 5px;
}

#preamble {
margin: 22px 0 0 176px;
width: 529px;
}

#explanation, #participation, #benefits, #requirements {
	margin: 25px 0 0 176px;
	/*margin: 25px 0 0 176px;*/
width: 529px;
	
}

#footer {
margin: 0 0 5px 0;
padding: 10px 0 0 0;
width: 100%;
text-align: center;
}

#linkList {
position: absolute;
width: 150px;
top: 166px;
left: 5px;
}


/* text
----------------------------------------------- */
p {
font-size: 12px;
}

ul {
font-size: 12px;
}

#preamble p.p1, #supportingText p.p1 {
margin-top: 10px;

}

#preamble p, #supportingText p {
line-height: 18px;
}

#quickSummary p.p2 {
font-size: 9px;
color: #999;
}

#footer {
border-top: 1px solid gray;
font-size: 9px;
}


/* lists
----------------------------------------------- */
#linkList ul {
font-size: 10px;
list-style:none;
margin: 5px 0 0 0;
padding: 0 0 0 0;
}

#linkList ul li {
background: url(../pics/bullet_single.gif) no-repeat 7px 4px;
margin: 0;
padding: 0 0 0 17px;
line-height: 14px;
color: #ccc;
}

#linkList #lselect li {
background: url(../pics/bullet_double.gif) no-repeat 5px 2px;
font-size: 9px;

}

#linkList #lselect a:link, #linkList #lselect a:visited { display: block; }
#linkList #lselect a.c:link, #linkList #lselect a.c:visited { display:inline; }

#larchives li, #lresources li { text-transform: none; }


/* links
----------------------------------------------- */
a, a:link, a:visited {
color: #999;
}

a:hover {
color: #333;
}

#quickSummary a, #quickSummary a:link, #quickSummary a:visited {
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#quickSummary a:hover {
text-decoration: underline;
}

#linkList a, #linkList a:link, #linkList a:visited {
color: #666;
text-decoration: none;
}

#linkList a:hover {
text-decoration: underline;
color: #333;
}

#linkList a.c, #linkList a.c:link, #linkList a.c:visited {
color: #999;
text-decoration: none;
}

#linkList a.c:hover {
text-decoration: underline;
color: #333;
}

#linkList #lselect a {
font-size: 10px;
}

#linkList #lselect a.c {
font-size: 9px;
text-transform: lowercase;
}

#footer a, #footer a:link, #footer a:visited {
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}


/* headings
----------------------------------------------- */
h3 { margin-bottom: 0px; }

h3 span { display: none; }

#supportingText h3 {
width: 529px;
height: 15px;
}

#linkList h3 {
width: 150px;
height: 20px;
margin-top: 20px;
}

#preamble h3 {
background: transparent url(../pics/h3_st1.gif) no-repeat bottom left;
width: 529px;
height: 26px;
font-size: 17px;
padding-left: 5px;
}

#explanation h3 {
background: transparent url(../pics/h3_st2.gif) no-repeat top left;
font-size: 17px;
height: 26px;
padding-left: 5px;
}

#participation h3 {
background: transparent url(../pics/h3_st2.gif) no-repeat top left;
font-size: 17px;
padding-left: 5px;
height: 26px;
}

#benefits h3 {
background: transparent url(../pics/h3_st2.gif) no-repeat top left;
font-size: 17px;
padding-left: 5px;
height: 26px;
}

#requirements h3 {
background: transparent url(../pics/h3_st2.gif) no-repeat top left;
font-size: 17px;
padding-left: 5px;
height: 26px;
}

#lselect h3 {
background: transparent url(../pics/h3_1_uest1.gif) no-repeat top left;
margin-top: 10px;
}

#lfavorites h3 {
background: transparent url(../pics/h3_1_uest2.gif) no-repeat top left;
}

#larchives h3 {
background: transparent url(../pics/h3_1_uest2.gif) no-repeat top left;
}

#lresources h3 {
background: transparent url(../pics/h3_1_uest3.gif) no-repeat top left;
}


/* misc
--------------------------------- */
acronym { border-width: 0; }
.b_rechts {float:right; clear:both; border: 1px solid #999999; padding: 2px; background-color: silver;}
.b_mitte {clear:both; border: 1px solid #999999; padding: 2px; background-color: silver;}
.fs {border : 1px dotted #000066; margin-right : 20px; 	vertical-align : text-top; background-color: #cccccc;}
